-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add enterprise_project_id to cce_cluster, rds, obs, sfs_file #593
Conversation
docs/resources/obs_bucket.md
Outdated
@@ -254,6 +254,8 @@ The `noncurrent_version_transition` object supports the following | |||
* `days` (Required) Specifies the number of days when noncurrent object versions are automatically transitioned to the specified storage class. | |||
* `storage_class` - (Required) The class of storage used to store the object. Only `WARM` and `COLD` are supported. | |||
|
|||
* `enterprise_project_id` - (Optional) The enterprise project id of the OBS. Changing this creates a OBS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: s/OBS/OBS bucket/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
creates a new OBS bucket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
primary_dns = "100.125.1.250" | ||
secondary_dns = "100.125.21.250" | ||
vpc_id = huaweicloud_vpc_v1.test.id | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be replaced with testAccCCEClusterV3_Base(rName) as L232
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
c7223f9
to
1842fb4
Compare
make testacc TEST='./huaweicloud' TESTARGS='-run TestAccCCEClusterV3_withEpsId'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccCCEClusterV3_withEpsId -timeout 360m
=== RUN TestAccCCEClusterV3_withEpsId
--- PASS: TestAccCCEClusterV3_withEpsId (414.48s)
PASS
ok github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud 414.526s
make testacc TEST='./huaweicloud' TESTARGS='-run TestAccRdsInstanceV3_withEpsId'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccRdsInstanceV3_withEpsId -timeout 360m
=== RUN TestAccRdsInstanceV3_withEpsId
--- PASS: TestAccRdsInstanceV3_withEpsId (571.88s)
PASS
ok github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud 571.927s
make testacc TEST='./huaweicloud' TESTARGS='-run TestAccObsBucket_withEpsId'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccObsBucket_withEpsId -timeout 360m
=== RUN TestAccObsBucket_withEpsId
--- PASS: TestAccObsBucket_withEpsId (16.38s)
PASS
ok github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud 16.421s
make testacc TEST='./huaweicloud' TESTARGS='-run TestAccSFSFileSystemV2_withEpsId'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./huaweicloud -v -run TestAccSFSFileSystemV2_withEpsId -timeout 360m
=== RUN TestAccSFSFileSystemV2_withEpsId
--- PASS: TestAccSFSFileSystemV2_withEpsId (34.84s)
PASS
ok github.com/huaweicloud/terraform-provider-huaweicloud/huaweicloud 34.891s
Related to #435